Specifies if a shift has been scheduled, started, or completed.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public enum CicaShiftType |
Visual Basic (Declaration) |
---|
Public Enumeration CicaShiftType |
Visual C++ |
---|
public enum class CicaShiftType |
Members
Member name | Description | |
---|---|---|
Invalid |
Indicates value has not been initialized or is invalid.
| |
Completed |
Shift event has been completed.
(CICA Code: Completed) | |
Scheduled |
Shift event has been scheduled.
(CICA Code: Scheduled) | |
Started |
Shift event has been started.
(CICA Code: Started) |
Remarks
Used by the
BargeStatus.ShiftType
property.