Add restart

This commit is contained in:
Max Goedjen
2022-12-22 18:33:05 -05:00
parent 8679ca3da0
commit 9fc7d2548e
4 changed files with 12 additions and 2 deletions

View File

@@ -10,4 +10,7 @@ class PreviewAgentStatusChecker: AgentStatusCheckerProtocol {
self.running = running
}
func restart() {
}
}