AsyncOperationState Enumeration |
Namespace: Crm.MSCrmServiceAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum AsyncOperationState
Public Enumeration AsyncOperationState
public enum class AsyncOperationState
Crm.MSCrmService.AsyncOperationState = function();
Crm.MSCrmService.AsyncOperationState.createEnum('Crm.MSCrmService.AsyncOperationState', false);No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Ready | 0 | |
| Suspended | 1 | |
| Locked | 2 | |
| Completed | 3 | |
See Also