class Sam::Task
- Sam::Task
- Reference
- Object
Defined in:
sam/task.crConstructors
Instance Method Summary
-
#call(args : Args)
Launch current task.
- #description
- #execute(name, hash : Args::ALLOWED_HASH, arr : Array(Args::ALLOWED_TYPES))
-
#execute(name, args : Args)
Invoke the task even if it has been invoked.
- #execute(name, hash : Args::ALLOWED_HASH)
- #execute(name, *args)
- #find!(name)
- #invoke(name, hash : Args::ALLOWED_HASH, arr : Array(Args::ALLOWED_TYPES))
-
#invoke(name, args : Args)
Invoke the task if it is needed.
- #invoke(name, hash : Args::ALLOWED_HASH)
- #invoke(name, *args)
- #invoked? : Bool
- #name : String
- #path
- #reenable