-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Service_GetStatus call - addressed issues mentioned in the previous request #8
Conversation
Added Service_GetStatus call returning in the SERVICE_STATUS property status name (one of: Stopped, Starting, Stopping, Running, Resuming, Pausing, Paused), or Absent when service does not exist. Target service name is provided in the SERVICE_NAME property.
@@ -1,6 +1,7 @@ | |||
### 1.5 (Next Release) | |||
|
|||
* **Features**: | |||
* Added `Service_GetStatus` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this a link to the pull request, with your name, like the other ones below.
Thx, this is a lot better, minor comments. |
…cessible as GetServiceStateString(), + minor text changes
@@ -1,6 +1,7 @@ | |||
### 1.5 (Next Release) | |||
|
|||
* **Features**: | |||
* Added `Service_GetStatus` - (https://github.com/dblock/msiext/pull/8) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still missing a period :)
This is good, I'll merge with fixing the above. |
I mean I'll take care of fixing the above. |
Thanks. |
I merged via cd27902. I think you're right, it should be "State". Want to make another pull request on top? |
Closing this one. |
Fyi, you'll have to rebase from my master. You should make feature branches in general and keep master of the repo from which you fork in sync with your master. Also read up on squashing, I often use |
I opened #10 for the rename so we don't forget before releasing anything. |
No description provided.