MineControllerUnscheduleMineByTopic Method
This method deletes a recurring job that mines projects based on the given topic if the jobs exists.
Namespace: SECODashBackend.ControllersAssembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
public IActionResult UnscheduleMineByTopic(
string topic
)
- topic String
- The topic to mine by.
IActionResult