Table of Contents

Suspended Of

Returns the suspended state of an event as a boolean true/false or an error if the passed name of even is not found.

Usage:

suspended of (name of event, unit or script)

Examples:

if suspended of “morning coffee” is true then
  write log “you’re not getting any coffee today.”
end if