Hide Comments
Hide Comments

Comments (0)

Defines the execution limit for the virtual machine

Namespace: RSGAConsts

expandingSyntax

Delphi

type 
  TExecutionLimit = (elNumberOfSteps, elNumberOfMilliseconds, elNone); 
 

expandingMembers

 

Name

Description

public enummember

elNone

Represents constant elNone.

public enummember

elNumberOfMilliseconds

Represents constant elNumberOfMilliseconds.

public enummember

elNumberOfSteps

Represents constant elNumberOfSteps.

Top

expandingSee Also

Reference

Comments (0)