Questions tagged [task-management]
40 questions
0
votes
1 answer
What is a design pattern for asynchronous work that may produce more work?
I have been trying to elegantly handle the case where an asynchronous worker thread produces both a result and (possibly) identifies more work that needs to be done. To think of it another way, if you are traversing a tree and doing work at each…

fbrereto
- 35,429
- 19
- 126
- 178
0
votes
11 answers
How to decide when to script something rather than do it manually?
Sometimes I find myself needing to do something that could be automated or could be manual. E.g. I just ran a particular script 8 times, making a small change in between each run. I certainly could have written a script that would have automated…

Jacob Mattison
- 50,258
- 9
- 107
- 126
0
votes
1 answer
How to change tasks amount uploaded from bug tracker in Intellij Idea
Are there any possibility to set up the number of tasks uploaded from redmine into idea's task management system?
My problem is that idea uploads only 25 latest issues by default after i press Ctrl+Space in Open Task dialog.

Atomx
- 75
- 1
- 6
-1
votes
1 answer
usage statistic for bug tracking / task management systems?
Can someone please share a link to bug tracking / task management systems usage statistics?
I want to see which systems are the most popular.

Alex
- 2,589
- 3
- 35
- 44
-1
votes
3 answers
Build a Task Management App using Javascript
I am looking to build a Order Management and Task Management App for my company. I am a beginner in Programming and know only Javascript (Can manage with HTML and CSS ) . This app would also require to connect with a database. Is it possible to…

Manish Jain
- 7
- 1
- 5
-1
votes
1 answer
Web app that contains a check-list based task management UI?
I'm looking to develop my own task application so I'm trying to study the UI of any possible in-browser apps that have some sort of functionality which has an ordered list where items can be tagged as "done" and they either get color-highlighted or…

meder omuraliev
- 183,342
- 71
- 393
- 434
-2
votes
1 answer
How do we prevent closing the application from the Task Manager?
for Windows Application,
How do we prevent closing the application from the Task Manager?
How do we do this to the application we wrote, as the Nod32 Antivirus application does?

Mustafa YILDIZ
- 3
- 3
-2
votes
5 answers
Project/Task management software? (hosted on-site, with localized russian interface)
I am currently researching what project/task management software is available on the market.
My requirements are:
solution needs to be hosted on my server, located on-site;
it should be possible to switch interface language to russian (since all of…

DarkDeny
- 1,750
- 2
- 21
- 31
-2
votes
1 answer
Why does my scheduled task running a ps1-script not terminate?
I have a Powershell-Script script.ps1 configured to be executed by a scheduled task on a Windows Server 2016 and it does its job but does not terminate. This causes problems when the Task Manager tries to start the task again for the next scheduled…

Daniel
- 578
- 6
- 18
-6
votes
1 answer
Run multiple winform instance sequentially
I have a C# winform application which needs to run multiple instance in synchronous way. The goal is to:
If the exe runs 3 times, it runs the first instance of the exe and the rest will wait until the first instance finishes the processing. Then, a…

jeff
- 448
- 1
- 15
- 34