3293
3294
// IsWorkflowCloseAttempted mocks base method.
3296
>
m.ctrl.T.Helper()
3297
>
ret := m.ctrl.Call(m, "IsWorkflowCloseAttempted")
3298
>
ret0, _ := ret[0].(bool)
3299
>
return ret0
3300
>
}
3301
3302
// IsWorkflowCloseAttempted indicates an expected call of IsWorkflowCloseAttempted.
3303
>
func (mr *MockMutableStateMockRecorder) IsWorkflowCloseAttempted() *gomock.Call {
mutable_state_mock.go
3304
>
mr.mock.ctrl.T.Helper()
3305
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsWorkflowCloseAttempted", reflect.TypeOf((*MockMutableState)(nil).IsWorkflowCloseAttempted))
3306
>
}
3307
3308
// IsWorkflowExecutionRunning mocks base method.