Package-level declarations

Types

Link copied to clipboard
@Serializable
data class TimerMetaData(val name: String, val timestamp: Long = 0, val delay: Long = 1000, val nodeAction: NodeAction = NodeAction.EXECUTE, val error: String = "", val sources: List<NodeIdentity> = emptyList(), val snapshot: Snapshot = Snapshot(), val invocationTriggers: List<InvocationTrigger> = emptyList(), val inputs: List<NodeIdentity> = emptyList()) : SourceMetaData

Payload for a Timer trigger node.