ars_NTNotificationClient(clientHost, user, notifyText, notifyCode, notifyCodeText)

Forward a notification for the specified user to the indicated client (ntclientd). See ARS2.x Programmer's Guide for notifyCode and notifyCodeText explanation.
On success
1 (True)
On failure
0 (False)

Example:

	ars_NTNotificationClient("foo.bar.com", "joe", "hi joe!", 2) ||
		die "ars_NTNotificationClient: $ars_errstr";
      

<-- Back to Table of Contents