int moveTo(Object object, String activityName,[int timeOutInMillis])
int moveTo(Object object, String activityName,[int timeOutInMillis])
Name | Type | Description |
---|---|---|
object | Object | Job Context |
activityName | String | Specifies the activity name |
timeOutInMillis | int | <optional> time out in milliseconds to get the job context lock |
Type | Description |
---|---|
int | error/success codes. 0-Success. 1-Process Not Found. 2-Timeout. 3-Invalid Move. |