function coalesce(value1 as bool, value2 as bool) as bool
Returns the first non-null value. value2 cannot be null.
Since: 1.5.1
method fromString(input as string) as bool
Sends a message to a room.
Transactions
In workflow, similar to SQL, a transaction symbolizes a unit of work performed against one or more entities where all changes either succeed or fail at the same time.
Package: datetime
Date and time handling APIs.
Table of Contents