automate-sdk
to easily create a new task:
automate-sdk
to have access to itcron
trigger this way:
event
trigger like this:
block
trigger this way:
createTask
to automate your function calls:
CreateTaskOptions
interface is used for configuring Automated Transactions with the same structure and options as defined above.
The only difference is you need to configure your automated transaction without the need for a checker function.
Example:
singleExec
flag to true when calling createTask
.