SetSnooze
Turns on Do Not Disturb mode for the current user, or changes its duration.
Input
Name | Type | Description |
NumOfMinutes | String | Number of minutes, from now, to snooze until. |
Result Set Columns
Name | Type | Description |
Success | String | The result of the procedure. |
SnoozeEnabled | String | Status whether snooze is enabled or not. |
SnoozeEndTime | Datetime | Snooze End Time. |
SnoozeRemaining | String | Snooze remaining time. It's expressed in seconds. |
SnoozeIsIndefinite | String | Indicates whether snooze is indefinite. |