ManualStarter

struct ManualStarter
extension ManualStarter : Equatable, Hashable, Identifiable, Node, Sendable

A starter that allows the user to manually activate an automation.

  • id

    The stable identity of the entity associated with this instance.

    Declaration

    Swift

    let id: String
  • Returns true if the nodes are equal, false otherwise.

    Declaration

    Swift

    func isEqual(to other: any Node) -> Bool