Documentation Center

EventProgressStatus

Possible values for the overall status of an event .

Values

Public Enum eProgressStatus
    Busy
    Success
    Warning
    Failed
    Calculate
End Enum
ValueDescription
BusyThe initial status for the event indicating that the background process is not finished yet
FailedIndicates that the event failed
SuccessIndicates that the event has completed successfully
WarningIndicates that the event has completed successfully, although warnings occurred
CalculateThe status Calculate can occur in 2 situations:
  1. This status can be used to indicate that you could not track the final status. In this case the detail statuses are used to calculate the overall status
  2. However, the status is also used as a place holder on the main event to indicate that the final status should be calculated using the overall status of sub events.