Lean
$LEAN_TAG$
|
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... | |
Provides user-facing messages for the QuantConnect.Isolator class and its consumers or related classes
Definition at line 499 of file Messages.QuantConnect.cs.
|
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.
|
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.
|
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.
|
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.