You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-src/scheduling.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
# Scheduling
2
2
3
-
[Commands](commands) can be scheduled to run by leveraging the inengine.exe program, available as a download from a recent [release](https://github.com/InEngine-NET/InEngine.NET/releases).
3
+
[Commands](commands) can be run at certain times on recurring schedules.
4
4
5
5
## Scheduling a Command
6
6
7
7
A job schedule is created by adding a class to your plugin assembly that implements the **InEngine.Core.IJobs** interface.
0 commit comments