Manual
EP_TrialExecutionTimeTotalEP_TrialExecutionTimeTotal function returns the Total number of trial execution minutes. EP_TrialExecutionTimeTotal extends EP_TrialExecutionTime. ParametersThe function does not have parameters. Return ValueIf the function succeeds, the return value is the number of Total trial execution minutes. If the function fails, the return value is 0. RemarkThe function fails in the following cases:
DefinitionShow/Hide C++ function definition extern "C" __declspec( dllexport ) __stdcall int EP_TrialExecutionTimeTotal(); Show/Hide Delphi function definition Show/Hide Visual Basic function definition Show/Hide C# (.NET) function definition See function examples in the installation folder. |