Package ai.platon.pulsar.coding
Class CodeRunner.RunResult
-
- All Implemented Interfaces:
public final class CodeRunner.RunResult
-
-
Constructor Summary
Constructors Constructor Description CodeRunner.RunResult(Integer exitCode, String stdout, String stderr, Boolean timedOut)
-
Method Summary
Modifier and Type Method Description final IntegergetExitCode()final StringgetStdout()final StringgetStderr()final BooleangetTimedOut()final BooleangetOk()-
-
Method Detail
-
getExitCode
final Integer getExitCode()
-
getTimedOut
final Boolean getTimedOut()
-
-
-
-