IMyGridProgramRuntimeInfo Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPI.Ingame
public interface IMyGridProgramRuntimeInfo
The IMyGridProgramRuntimeInfo type exposes the following members.
Name | Description | |
---|---|---|
CurrentInstructionCount |
Gets the current number of significant instructions executed.
| |
CurrentMethodCallCount |
Gets the current number of method calls.
| |
LastRunTimeMs |
Gets the number of milliseconds it took to execute the Main method the last time it was run. This property returns no valid
data neither in the constructor nor the Save method.
| |
MaxInstructionCount |
Gets the maximum number of significant instructions that can be executing during a single run, including
any other programmable blocks invoked immediately.
| |
MaxMethodCallCount |
Gets the maximum number of method calls that can be executed during a single run, including
any other programmable blocks invoked immediately.
| |
TimeSinceLastRun |
Gets the time elapsed since the last time the Main method of this program was run. This property returns no
valid data neither in the constructor nor the Save method.
|