Code indicating if an event was started, partially completed, or completed.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public enum CicaEventCompletionStatus |
Visual Basic (Declaration) |
---|
Public Enumeration CicaEventCompletionStatus |
Visual C++ |
---|
public enum class CicaEventCompletionStatus |
Members
Member name | Description | |
---|---|---|
Invalid |
Indicates value has not been initialized or is invalid.
| |
Completed |
The event has been completed.
(CICA Code: Completed) | |
PartiallyCompleted |
The event is over but the task was only partially completed.
(CICA Code: PartiallyCompleted) | |
Started |
Event has started, but is not yet complete.
(CICA Code: Started) Only valid for BargeStatus.CargoTransferStatus. |
Remarks
Used by the
BargeStatus.CargoTransferStatus
and the
InvoiceLineItem.CargoTransferStatus
properties.