Stage

class Stage

A set amount of time that an escalation plan or engagement plan engages the specified contacts or contact methods.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified.

Link copied to clipboard

The contacts or contact methods that the escalation plan or engagement plan is engaging.

Functions

Link copied to clipboard
inline fun copy(block: Stage.Builder.() -> Unit = {}): Stage
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String