What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Programmatic Method to Restart Plug-in

Status
Not open for further replies.

Riven

New Member
Joined
Apr 27, 2014
Messages
28
Reaction score
0
Hi,

I have been working on a plug-in that sometimes gets stuck in a loop when an object unloads unexpectedly. Easiest way to manually unstuck is just to restart the plug-in. Is there a c# method to do an internal restart?

Thanks as always.
 
I have been working on a plug-in that sometimes gets stuck in a loop when an object unloads unexpectedly. Easiest way to manually unstuck is just to restart the plug-in. Is there a c# method to do an internal restart?

Thanks as always.
Nope, you can only stop\start another plugin from your plugin
 
Hi,

I have been working on a plug-in that sometimes gets stuck in a loop when an object unloads unexpectedly. Easiest way to manually unstuck is just to restart the plug-in. Is there a c# method to do an internal restart?

Thanks as always.

U can make a timer and include it into loop. If timer > x sec - break loop. For example.
 
Status
Not open for further replies.
Back
Top