(ctx context.Context, blockId string)
| 1572 | } |
| 1573 | |
| 1574 | func (ws *WshServer) BlockJobStatusCommand(ctx context.Context, blockId string) (*wshrpc.BlockJobStatusData, error) { |
| 1575 | return jobcontroller.GetBlockJobStatus(ctx, blockId) |
| 1576 | } |
nothing calls this directly
no test coverage detected