Details Example

 

The following example displays the task痴 details in a message box:

 

Sub Main

 MsgBox CurrentTask2.Details

End Sub

 

 

This example sets the task痴 details to 典his task is responsible for rebooting the server at 5AM each morning.

 

Sub Main

 CurrentTask2.Details = 典his task is responsible for rebooting the server at 5AM each morning.

End Sub

 

 

This example sets the task痴 details to 添ou love AutoMate.

 

Sub Main

 CurrentTask2.Details = 添ou love AutoMate.

End Sub