Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codnect/chrono
/ IsCancelled
Method
IsCancelled
task.go:95–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
type
ScheduledTask
interface
{
94
Cancel()
95
IsCancelled() bool
96
}
97
98
type
ScheduledRunnableTask
struct
{
Callers
11
TestNewDefaultTaskExecutor
Function · 0.65
TestSimpleTaskExecutor_WithoutTaskRunner
Function · 0.65
TestSimpleTaskExecutor_Schedule_OneShotTask
Function · 0.65
run
Method · 0.65
IsCancelled
Method · 0.65
TestDefaultTaskScheduler
Function · 0.65
TestDefaultTaskSchedulerWithTimeOption
Function · 0.65
TestSimpleTaskScheduler_WithoutScheduledExecutor
Function · 0.65
TestSimpleTaskScheduler_WithoutScheduledExecutorWithTimeOption
Function · 0.65
TestSimpleTaskScheduler_ScheduleOneShotTaskWithStartTimeOption
Function · 0.65
TestSimpleTaskScheduler_ScheduleOneShotTaskWithTimeOption
Function · 0.65
Implementers
2
ScheduledRunnableTask
task.go
TriggerTask
task.go
Calls
no outgoing calls
Tested by
9
TestNewDefaultTaskExecutor
Function · 0.52
TestSimpleTaskExecutor_WithoutTaskRunner
Function · 0.52
TestSimpleTaskExecutor_Schedule_OneShotTask
Function · 0.52
TestDefaultTaskScheduler
Function · 0.52
TestDefaultTaskSchedulerWithTimeOption
Function · 0.52
TestSimpleTaskScheduler_WithoutScheduledExecutor
Function · 0.52
TestSimpleTaskScheduler_WithoutScheduledExecutorWithTimeOption
Function · 0.52
TestSimpleTaskScheduler_ScheduleOneShotTaskWithStartTimeOption
Function · 0.52
TestSimpleTaskScheduler_ScheduleOneShotTaskWithTimeOption
Function · 0.52