Type Alias Onevents

type Onevents = {
    actionMode?: "SEQUENTIAL" | "PARALLEL";
    actions?: tasks.Action[];
    eventRefs: string[];
}
Index

Properties

actionMode?: "SEQUENTIAL" | "PARALLEL"

Specifies whether actions are performed sequentially or in parallel.

actions?: tasks.Action[]
eventRefs: string[]