Object type: Job
The Ballerina Job object provides the abstraction for a job instance, which schedules to execute periodically.
Methods
execute | Executes by the Scheduler when the scheduled trigger fires. |
execute
function execute()
Executes by the Scheduler when the scheduled trigger fires.