$runSystemAlertCheck()
Overview
public any function $runSystemAlertCheck(
required string type
, string reference = ""
, boolean async = true
, string trigger = "code"
)
Proxy to the systemalertsservice-runcheck method of the api-systemalertsservice. Runs an alert check for the specified type and (optional) reference.
Example
$runSystemAlertCheck( type="emailCentreSettings" );
Arguments
Name | Type | Required | Description |
---|---|---|---|
type | string | Yes | |
reference | string | No (default="") | |
async | boolean | No (default=true) | |
trigger | string | No (default="code") |