Skip to content

Commit d7b5b8f

Browse files
authored
Code Snippet to check specific day and execute task
Code validates today is weekend or not and executes the following tasks mentioned.
1 parent 3352f5f commit d7b5b8f

File tree

1 file changed

+1
-1
lines changed
  • Server-Side Components/Background Scripts/Execute Logic on Weekdays

1 file changed

+1
-1
lines changed

Server-Side Components/Background Scripts/Execute Logic on Weekdays/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Script that checks today is weekday and then execute further logic inside if block.
1+
Background Script that checks today is weekday and then execute further logic inside if block.
22
This script can also be used in 'Condition' part of Scheduled job, with an answer variable.
33

44
var answer = false;

0 commit comments

Comments
 (0)