Lean  $LEAN_TAG$
QuantConnect.Interfaces.IJobQueueHandler Interface Reference

Task requestor interface with cloud system More...

Inheritance diagram for QuantConnect.Interfaces.IJobQueueHandler:
[legend]

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...
 

Detailed Description

Task requestor interface with cloud system

Definition at line 26 of file IJobQueueHandler.cs.

Member Function Documentation

◆ Initialize()

void QuantConnect.Interfaces.IJobQueueHandler.Initialize ( IApi  api)

Initialize the internal state

Implemented in QuantConnect.Queues.JobQueue.

Here is the caller graph for this function:

◆ NextJob()

AlgorithmNodePacket QuantConnect.Interfaces.IJobQueueHandler.NextJob ( out string  algorithmPath)

Request the next task to run through the engine:

Returns
Algorithm job to process

Implemented in QuantConnect.Queues.JobQueue.

◆ AcknowledgeJob()

void QuantConnect.Interfaces.IJobQueueHandler.AcknowledgeJob ( AlgorithmNodePacket  job)

Signal task complete

Parameters
jobWork to do.

Implemented in QuantConnect.Queues.JobQueue.


The documentation for this interface was generated from the following file: