actionState enum type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
State of the action on the device
Members
Member | Value | Description |
---|---|---|
none | 0 | Not a valid action state |
pending | 1 | Action is pending |
canceled | 2 | Action has been cancelled. |
active | 3 | Action is active. |
done | 4 | Action completed without errors. |
failed | 5 | Action failed |
notSupported | 6 | Action is not supported. |