Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello, I’M Working With Task Scheduler And Have A Question About Scheduling Tasks. Is It Possible For Task Scheduler To Execute A Task Only Once At A Specific Time Without Repeating? I Need To Schedule A Task For A One-Time Execution, But Also Want To Sp

Hello,

I’m working with Task Scheduler and have a question about scheduling tasks. Is it possible for Task Scheduler to execute a task only once at a specific time without repeating? I need to schedule a task for a one-time execution, but also want to specify the exact time for it to start. How can this be achieved?

Thanks in advance for your help!

  
  
Posted one year ago
Votes Newest

Answers 2


that so simple, thanks!

  
  
Posted one year ago

Hi @<1523701260895653888:profile|QuaintJellyfish58> , in the code example, you can simply set recurring=False and I think that should do it.
None

  
  
Posted one year ago
759 Views
2 Answers
one year ago
one year ago
Tags
Similar posts