RemediationQueueStatus
Was this section helpful?
What made this section helpful for you?
What made this section unhelpful for you?
Was this section helpful?
1
2
3
4
5
6
7
enum RemediationQueueStatus {
SYNCED
NEVER_SYNCED
PAUSED
ERROR
RUNNING
}