Deserializes this Task from a JSON string.
Namespace: MindFusion.Scheduling
Assembly: Task.js
SyntaxJavaScript
Copy Code
|
|---|
function fromJson (json, context) |
String. A string created by the toJson method.
JsonPersistContext. The serialization context.
See Also