3321
3322
// IsWorkflowExecutionStatusPaused mocks base method.
3324
>
m.ctrl.T.Helper()
3325
>
ret := m.ctrl.Call(m, "IsWorkflowExecutionStatusPaused")
3326
>
ret0, _ := ret[0].(bool)
3327
>
return ret0
3328
>
}
3329
3330
// IsWorkflowExecutionStatusPaused indicates an expected call of IsWorkflowExecutionStatusPaused.
3331
>
func (mr *MockMutableStateMockRecorder) IsWorkflowExecutionStatusPaused() *gomock.Call {
mutable_state_mock.go
3332
>
mr.mock.ctrl.T.Helper()
3333
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsWorkflowExecutionStatusPaused", reflect.TypeOf((*MockMutableState)(nil).IsWorkflowExecutionStatusPaused))
3334
>
}
3335
3336
// IsWorkflowPendingOnWorkflowTaskBackoff mocks base method.