No you can't I'm afraid but you could log them in script.log if you wish. With something like the following in your code when you start the scheduler you'll know when it has started. You could just sub in whatever you want in here.
var displayName = Spark.getPlayer().getDisplayName();
Spark.log.debug( displayName + " has scheduled a script to run in X seconds on "+ new Date());
Now navigate to the NoSql explorer and click find on script.log to view the log. You could also put a log in the scheduled module itself to log when it has run successfully.
Thanks,
Liam
E
Eric Moncada
said
about 7 years ago
Answer
Hi Liam,
Thanks for your answer.
In fact I was not searching for a trace or a log, but a "real" status of the queue to see what are the script currently being programmed.
Eric Moncada
Is there a way to see scheduled scripts currently programmed in the system ?
I didn't see any system collection that I could access with these informations, and it would be a great help for debugging purposes.
Thanks,
Eric
Hi Liam,
Thanks for your answer.
In fact I was not searching for a trace or a log, but a "real" status of the queue to see what are the script currently being programmed.
I understand that it is not possible.
Thanks,
Eric
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstCustomer Support
Hi Eric,
No you can't I'm afraid but you could log them in script.log if you wish. With something like the following in your code when you start the scheduler you'll know when it has started. You could just sub in whatever you want in here.
Now navigate to the NoSql explorer and click find on script.log to view the log. You could also put a log in the scheduled module itself to log when it has run successfully.
Thanks,
Liam
Eric Moncada
Hi Liam,
Thanks for your answer.
In fact I was not searching for a trace or a log, but a "real" status of the queue to see what are the script currently being programmed.
I understand that it is not possible.
Thanks,
Eric
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics