std.ObjectTransfer

This job transfers an object from a foreign (non-local) work directory to the local work or cache directory, or writes the complete local work directory to the local cache directory, or deletes the local work directory.

1. Input Parameters

Name Type Required Description

sAction

STRING

Yes

Action to be performed:
FromForeignWorkToLocalWork = transfer object from foreign work directory to local work directory
FromForeignWorkToLocalCache = transfer object from foreign work directory to local cache directory
MoveLocalWorkToLocalCache = write complete local work directory to local cache directory
DeleteLocalWork = delete local work directory

dwObjectID

INT

Yes

ID of the object

dwObjectType

INT

Yes

Type of the selected object

2. Return Value

(INT): 0 = Job successful, otherwise error code.