Lean  $LEAN_TAG$
QuantConnect.Messages.Isolator Class Reference

Provides user-facing messages for the QuantConnect.Isolator class and its consumers or related classes More...

Static Public Member Functions

static string MemoryUsageMaxedOut (string memoryCap, string lastSample)
 Returns a string message saying: Execution Security Error: Memory Usage Maxed out, with the max memory capacity and a last sample of the usage More...
 
static string MemoryUsageOver80Percent (double lastSample)
 Returns a string message saying: Execution Security Error: Memory usage over 80% capacity, and the last sample taken More...
 
static string MemoryUsageInfo (string memoryUsed, string lastSample, string memoryUsedByApp, TimeSpan currentTimeStepElapsed, int cpuUsage)
 Returns a string message with useful information about the memory usage, such us the memory used, the last sample the current memory used by the given app and the CPU usage More...
 
static string MemoryUsageMonitorTaskTimedOut (TimeSpan timeout)
 Returns a string message saying: Execution Security Error: Operation timed out, with the maximum amount of minutes allowed More...
 

Detailed Description

Provides user-facing messages for the QuantConnect.Isolator class and its consumers or related classes

Definition at line 499 of file Messages.QuantConnect.cs.

Member Function Documentation

◆ MemoryUsageMaxedOut()

static string QuantConnect.Messages.Isolator.MemoryUsageMaxedOut ( string  memoryCap,
string  lastSample 
)
static

Returns a string message saying: Execution Security Error: Memory Usage Maxed out, with the max memory capacity and a last sample of the usage

Definition at line 506 of file Messages.QuantConnect.cs.

◆ MemoryUsageOver80Percent()

static string QuantConnect.Messages.Isolator.MemoryUsageOver80Percent ( double  lastSample)
static

Returns a string message saying: Execution Security Error: Memory usage over 80% capacity, and the last sample taken

Definition at line 515 of file Messages.QuantConnect.cs.

◆ MemoryUsageInfo()

static string QuantConnect.Messages.Isolator.MemoryUsageInfo ( string  memoryUsed,
string  lastSample,
string  memoryUsedByApp,
TimeSpan  currentTimeStepElapsed,
int  cpuUsage 
)
static

Returns a string message with useful information about the memory usage, such us the memory used, the last sample the current memory used by the given app and the CPU usage

Definition at line 525 of file Messages.QuantConnect.cs.

◆ MemoryUsageMonitorTaskTimedOut()

static string QuantConnect.Messages.Isolator.MemoryUsageMonitorTaskTimedOut ( TimeSpan  timeout)
static

Returns a string message saying: Execution Security Error: Operation timed out, with the maximum amount of minutes allowed

Definition at line 537 of file Messages.QuantConnect.cs.


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