executionStateAsString() public static méthode

public static executionStateAsString ( PACKAGE_EXECUTION_STATE state ) : string
state PACKAGE_EXECUTION_STATE
Résultat string
Exemple #1
0
 private void Handler(int state)
 {
     currentState = (PACKAGE_EXECUTION_STATE)state;
     window.updatePlayText(LauncherWrapper.executionStateAsString(currentState));
 }