AutomationCommand class abstract

The base class for all automation commands.

Instances of this class - or any of its subclasses - should not be created directly for most use cases. Instead use the functions available on AutomationBatch.

Implementers

Constructors

AutomationCommand(Pointer<syz_Handle> targetHandle, double time, AutomationCommands type)
Create an instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetHandle Pointer<syz_Handle>
The handle of the target this command should work with.
final
time double
The time this command should run.
final
type AutomationCommands
The type of command.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited