User bio
404 bio not found
Member since Jan 27, 2023
Posts:
Replies:
Thank you , I will try these.
Hi Eduard,
I have a scheduler task and associated class that works.
Class Sample.Util.CreateTask Extends (%SYS.Task.Definition, %Persistent)
{
Parameter PROPERTYVALIDATION = 1;
Parameter TaskName = "Sample.Util.CreateTask";
Method OnTask() As %Status
{
// Perform the logic
}
}
Is there a way to Enable or Disable the abbove task "CreateTask()" from an external function/Method/class ?
Certifications & Credly badges:
Krishnaveni has no Certifications & Credly badges yet.
Global Masters badges:
Krishnaveni has no Global Masters badges yet.
Followers:
Krishnaveni has no followers yet.
Following:
Krishnaveni has not followed anybody yet.
Thank you Ashok Kumar