| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Network.JobQueue.Job.Internal
Documentation
Constructors
| Initialized | |
| Runnable | |
| Running | |
| Aborted | |
| Finished |
Job control block Job consists of State, Unit, CTime, OnTime, Id, Group, and Priority.
- State - takes one of 5 states (initialized, runnable, running, aborted and finished)
- Unit - an instance of Unit class, which is specified by type parameter of Job data type
- CTime - creation time
- OnTime - the time at which this job starts
- Id - Identifier of this job
- Group - Group ID of this job
- Priority - the priority of this job
Constructors
| Job | |
| StopTheWorld | |