Unit 'TitanScripter' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_titanscript]

TScripterState

Declaration

Source position: titanscripter.pas line 66

type TScripterState = (

  ssInit,

  

  ssReadyToCompile,

  

  ssCompiling,

  

  ssCompiled,

  

  ssLinking,

  

  ssReadyToRun,

  

  ssRunning,

  

  ssPaused,

  

  ssTerminated

  

);



CT Web help

CodeTyphon Studio