Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tasko
master
Tasko
Application
Changeset
AddDependency
CreateTask
Context
Engine
JSONTaskSerialization
Key
KVStore
List
Set
Value
MemoryEngine
KVStoreProtocol
MemoryTask
State
NaivePollingScheduler
RedisEngine
KVStoreProtocol
TaskDescriptor
TaskStats
UUIDTaskKeys
Built with Crystal 1.9.2
2023-10-08 10:56:01 UTC
enum
Tasko::MemoryEngine::State
Defined in:
tasko/memory_engine.cr
Enum Members
Pending
=
0
Ready
=
1
Running
=
2
Completed
=
3
Instance Method Summary
#completed?
#pending?
#ready?
#running?
Instance Method Detail
def
completed?
#
[
View source
]
def
pending?
#
[
View source
]
def
ready?
#
[
View source
]
def
running?
#
[
View source
]