@Preview(value="3.1")
public interface Evaluation
| Modifier and Type | Method and Description |
|---|---|
void |
runTask(FlowContext context,
String code)
运行任务
|
boolean |
runTest(FlowContext context,
String code)
运行检测
|
boolean runTest(FlowContext context, String code) throws Throwable
context - 流上下文code - 条件代码Throwablevoid runTask(FlowContext context, String code) throws Throwable
context - 流上下文code - 任务代码ThrowableCopyright © 2025. All rights reserved.