TimerMetaData

constructor(name: String, timestamp: Long = 0, delay: Long = 1000, nodeAction: NodeAction = NodeAction.EXECUTE, error: String = "", sources: List<NodeIdentity> = emptyList(), snapshot: Snapshot = Snapshot(), invocationTriggers: List<InvocationTrigger> = emptyList(), inputs: List<NodeIdentity> = emptyList())(source)