public class CoreAction extends Object implements SyncAction
| Constructor and Description |
|---|
CoreAction(ActivityDef activityDef,
int slot) |
| Modifier and Type | Method and Description |
|---|---|
int |
runCycle(long value)
Apply a work function to an input value, producing an int status code.
|
public CoreAction(ActivityDef activityDef, int slot)
public int runCycle(long value)
SyncActionApply a work function to an input value, producing an int status code.
The meaning of status codes is activity specific, however the values Integer.MIN_VALUE, and Integer.MAX_VALUE are reserved.runCycle in interface SyncActionvalue - a long inputCopyright © 2018. All rights reserved.