ProgressState Enumeration

ProgressState Enumeration

Describes the state of progress.

Namespace:  Rhino.Runtime.RhinoAccounts
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public enum ProgressState
Public Enumeration ProgressState
Members
  Member nameValueDescription
AwaitingLogin0 The task is awaiting for the user to login.
RetrievingTokens1 The task is now nogotiating with the remote server for auth tokens.
Other2 Other
See Also