Description
For emergency situations, the admin should be able to pause task registrations and executions in the main SoroTask contract.
Requirements
- Implement pause/unpause logic.
- Add an
Admin role to control the pause state.
- Ensure
execute and register revert when paused.
Description
For emergency situations, the admin should be able to pause task registrations and executions in the main
SoroTaskcontract.Requirements
Adminrole to control the pause state.executeandregisterrevert when paused.