Search
Task.toJson Method ()
See Also
 






Serializes this task into a JSON string.

Namespace: MindFusion.Scheduling
File: Task.js

 Syntax

JavaScript  Copy Code

function toJson ()

 Return Value

String. A string containing the task's JSON representation.

 See Also