Send MP Step’s Status to External Device

Sends the result of a specific step to another device via the TCP/IP network protocol.

 

Input Arguments

 

0

String

IP Address or computer name

The IP address/computer name of the device to which the message should be sent.

1

Integer

Socket Port

The port over which to send the message.

2

Step ID

Step ID

The step whose result should be transmitted.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The message was sent successfully.

FAILURE

The address or port was not valid.

 

Remarks

None.