Setting the status for an Approval Rule generates an ApprovalRuleStatusSet Message.

interface ApprovalRuleSetStatusAction {
    action: "setStatus";
    status: ApprovalRuleStatus;
}

Hierarchy (View Summary)

Properties

Properties

action: "setStatus"

New status to set for the Approval Rule.