validateSchedule
function validateSchedule(schedule: MftSchedule): MftSchedule;Defined in: src/mft/MftSchedule.ts:74
Validates a schedule and returns it for fluent setup.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
schedule | MftSchedule | Schedule to validate. |
Returns
Section titled “Returns”The same schedule instance.
Throws
Section titled “Throws”ConfigurationError When the schedule is malformed.