This section describes the procedure for creating a new scripted operation.
Set the responsibleDHS to 'self'.
Set the externalName parameter to the name of your new
operation file without the .tcl
extension.
This procedure is executed when DCSS starts up. This procedure may be empty, or it may be used to initialize variables associated with the scripted operation.
{ [arg1 [arg2 [arg3 [args]]]]}
The operationName_start procedure is executed when a
start_operation
message is received by the scripting engine. This
procedure should contain the actual functionality if the operation.
The arguments passed to this procedure are the same arguments passed to the initiating command:
start_operation operationName [arg1 [arg2 [arg3 [...]]]]
.