EmailSLABreach
This is used to complete the Scheduled command if the either/both the users respond in time. The time is configured on the EmailUserSLA.
- Type
- python
- Pack
- XsoarWebserver
Source
import demistomock as demisto
demisto.executeCommand("taskComplete", {"id": "EmailTimeout"})
demisto.executeCommand("resetTimer", {"timerField": "EmailUserSLA"})
README
This is used to complete the Scheduled command if the either/both the users respond in time. The time is configured on the EmailUserSLA.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | sla |
| Cortex XSOAR Version | 6.5.0 |
Inputs
There are no inputs for this script.
Outputs
There are no outputs for this script.