WaitResult Enumeration

Syntax Constants
Enum WaitResult
    swcCompleted = 0
    swcTimedOut = 1
    swcRunError = 2
    swcNoResult = 3
    swcCancelled = 4
End Enum
  • swcCompleted
  • swcTimedOut
  • swcRunError
  • swcNoResult
  • swcCancelled