Code indicating if an event was started, partially completed, or completed.

Namespace:  BargeEx
Assembly:  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 nameDescription
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

See Also