This commit is contained in:
Łukasz Magiera 2021-01-14 12:52:08 +01:00
parent 7ddf1d1feb
commit 18d38ca42f

View File

@ -101,6 +101,7 @@
* [SectorStartSealing](#SectorStartSealing) * [SectorStartSealing](#SectorStartSealing)
* [SectorTerminate](#SectorTerminate) * [SectorTerminate](#SectorTerminate)
* [SectorTerminateFlush](#SectorTerminateFlush) * [SectorTerminateFlush](#SectorTerminateFlush)
* [SectorTerminatePending](#SectorTerminatePending)
* [Sectors](#Sectors) * [Sectors](#Sectors)
* [SectorsList](#SectorsList) * [SectorsList](#SectorsList)
* [SectorsListInStates](#SectorsListInStates) * [SectorsListInStates](#SectorsListInStates)
@ -195,7 +196,8 @@ Response:
```json ```json
{ {
"PreCommitControl": null, "PreCommitControl": null,
"CommitControl": null "CommitControl": null,
"TerminateControl": null
} }
``` ```
@ -1560,6 +1562,16 @@ SectorTerminateFlush immediately sends a terminate message with sectors batched
Returns null if message wasn't sent Returns null if message wasn't sent
Perms: admin
Inputs: `null`
Response: `null`
### SectorTerminatePending
SectorTerminatePending returns a list of pending sector terminations to be sent in the next batch message
Perms: admin Perms: admin
Inputs: `null` Inputs: `null`