Lean
$LEAN_TAG$
|
Task requestor interface with cloud system More...
Public Member Functions | |
void | Initialize (IApi api) |
Initialize the internal state More... | |
AlgorithmNodePacket | NextJob (out string algorithmPath) |
Request the next task to run through the engine: More... | |
void | AcknowledgeJob (AlgorithmNodePacket job) |
Signal task complete More... | |
Task requestor interface with cloud system
Definition at line 26 of file IJobQueueHandler.cs.
void QuantConnect.Interfaces.IJobQueueHandler.Initialize | ( | IApi | api | ) |
Initialize the internal state
Implemented in QuantConnect.Queues.JobQueue.
AlgorithmNodePacket QuantConnect.Interfaces.IJobQueueHandler.NextJob | ( | out string | algorithmPath | ) |
Request the next task to run through the engine:
Implemented in QuantConnect.Queues.JobQueue.
void QuantConnect.Interfaces.IJobQueueHandler.AcknowledgeJob | ( | AlgorithmNodePacket | job | ) |