(.js)
laraImport("lara.System");
(.lara)
import lara.System;
System
defaultPrintToConsole
Controls whether by default, if the execution of commands should print the output to the console
execute(command, workingDir, printToConsole, outputFile, append, timeout, timeunit)
getCurrentPlatform()
Returns the name of the platform where this code is executing
getEnv(variable)
Read an environment variable.
getExecutable(foldername)
This function is deprecated.
getExecutableFile(executableName, executableFolder, isInPath)
getExecutableName(baseName)
This function is deprecated.
getNumLogicalCores()
nanos()
prepareExe(executable)
sleep(durantionMilis)
toc(nanoStart, message)