Click or drag to resize

ProgressState Enumeration

Describes the state of progress.

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