Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Job ¶
type Job interface {
ID() string
Labels() labels.Set
CreatedAt() time.Time
StartedAt() time.Time
EndedAt() time.Time
Run(ctx context.Context, params any) bool
Wait()
Cancel() bool
Result() any
Err() error
State() State
Context() context.Context
Progress() float64
ExecutionTime() time.Duration
IsExecuting() bool
IsDone() bool
IsState(state State) bool
Stats() *Stats
}
Click to show internal directories.
Click to hide internal directories.